home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / sonar.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  1.9 KB  |  46 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="sonar" _label="Sonar">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <select id="ping">
  8.    <option id="none" _label="Ping mode..."/>
  9.    <option id="24" _label="Ping subnet/24 (254 hosts)" arg-set="-ping subnet/24"/>
  10.    <option id="25" _label="Ping subnet/25 (126 hosts)" arg-set="-ping subnet/25"/>
  11.    <option id="26" _label="Ping subnet/26 (62 hosts)"  arg-set="-ping subnet/26"/>
  12.    <option id="27" _label="Ping subnet/27 (31 hosts)"  arg-set="-ping subnet/27"/>
  13.    <option id="28" _label="Ping subnet/28 (14 hosts)"  arg-set="-ping subnet/28"/>
  14.    <option id="29" _label="Ping subnet/29 (6 hosts)"   arg-set="-ping subnet/29"/>
  15.    <option id="30" _label="Ping subnet/30 (2 hosts)"   arg-set="-ping subnet/30"/>
  16.    <option id="ssh" _label="Ping known hosts"   arg-set="-ping /etc/hosts,$HOME/.ssh/known_hosts,$HOME/.ssh/known_hosts2"/>
  17.   </select>
  18.  
  19.   <hgroup>
  20.     <number id="acount" type="spinbutton" arg="-team-a-count %"
  21.             _label="Simulation Team Members"
  22.             low="1" high="100" default="4"/>
  23.     <number id="bcount" type="spinbutton" arg="-team-b-count %"
  24.             _label="vs."
  25.             low="1" high="100" default="4"/>
  26.   </hgroup>
  27.  
  28.   <string id="aname" _label="Team A Name" arg="-team-a-name %"/>
  29.   <string id="bname" _label="Team B Name" arg="-team-b-name %"/>
  30.  
  31.   <boolean id="dns"   _label="Resolve Host Names" arg-unset="-no-dns"/>
  32.   <boolean id="times" _label="Show Ping Times"    arg-unset="-no-times"/>
  33.  
  34.   <!-- #### -ping-timeout [3000] -->
  35.   <!-- #### -ttl [90] -->
  36.  
  37.   <_description>
  38. This program draws a simulation of a sonar screen.  By default,
  39. it displays a random assortment of ``bogies'' on the screen, but if
  40. installed as "setuid root", it can ping (pun intended) your local
  41. network, and actually plot the proximity of the other hosts on your
  42. network to you.  Written by Stephen Martin and Jamie Zawinski.
  43.  
  44.   </_description>
  45. </screensaver>
  46.